home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / smaltalk / st80_pr4.lha / st80_pre4 / MoDE / InputSensor_class-install.st < prev    next >
Text File  |  1993-07-24  |  375b  |  12 lines

  1. 'From Objectworks for Smalltalk-80(tm), Version 2.5 of 29 July 1989 on 11 June 1990 at 11:23:51 am'!
  2.  
  3.  
  4.  
  5. !InputSensor class methodsFor: 'class initialization'!
  6.  
  7. install
  8.     "Create an instance of InputState for accessing the hardware, and 
  9.     save it in the class variable CurrentInputState."
  10.  
  11.     CurrentInputState _ InputState1 new. "Shan 11 June 1990"
  12.     CurrentInputState install! !